ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Catppuccin color schemes

by Catppuccin ST3

🍋 Soothing pastel color schemes for Sublime Text

Labels color scheme

Details

Installs

  • Total 9K
  • Win 3K
  • Mac 2K
  • Linux 3K
Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24
Windows 0 7 6 4 8 9 9 5 6 3 4 7 6 4 6 10 8 6 5 7 6 14 8 4 5 12 9 4 10 12 6 5 14 9 10 7 9 3 14 8 4 8 10 3 7 8
Mac 0 3 2 4 6 4 4 5 4 8 5 11 8 2 8 4 3 4 5 6 7 6 5 3 4 8 5 6 5 4 2 4 6 4 8 7 4 3 3 4 8 1 4 8 1 6
Linux 0 3 5 3 7 9 5 11 8 7 11 5 11 7 6 8 10 7 6 13 10 9 11 5 5 6 11 11 4 6 9 4 8 13 9 4 9 10 9 6 4 6 8 8 3 11

Readme

Source
raw.​githubusercontent.​com

Logo
Catppuccin for Sublime Text

Usage

Installation

Package Control

  1. In Sublime Text, open the command palette with Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (macOS).
  2. Enter Package Control Install Package (or just pcip) and select it.
  3. Search for and select the Catppuccin package.

Git download

  1. In Sublime Text, locate the path to the Packages directory through the Preferences > Browse Packages… menu.
  2. From the command line, go to the previously noted directory path and clone the repository into it.
git clone https://github.com/catppuccin/sublime-text.git Catppuccin

Manual download

  1. Download this repository as a ZIP archive.
  2. Unzip into a directory named Catppuccin.
  3. In Sublime Text, open the Packages directory through the Preferences > Browse Packages… menu.
  4. Move the unzipped Catppuccin directory into the Packages directory.

Activation

  1. In Sublime Text, select your flavor of choice through Preferences > Select Color Scheme.
  2. Go to Preferences > Select Theme… and select Adaptive.

Development

Local modifications

If you're unfamiliar with Sublime Text color scheme development, see “Color Schemes” in the Sublime Text documentation.

For local editing, you can invoke UI: Customize Color Scheme in the command palette to open a split-pane window with the current color scheme on the left and an override file on the right. Rules you add to your override file will be processed after the rules in the official color scheme.

If you have a specific piece of code you would like to re-color, you'll need to know what scopes are being applied to the token. (Applying scopes is done by the syntax, not the color scheme.) Position your caret over the token, and use Ctrl+Shift+P (or Tools > Developer > Show Scope Name). Then add a rule in your color scheme override to apply a color to this token.

Contributing modifications

  1. Clone this repository and open it
  2. Apply your changes to sublime-color-scheme.tera
  3. Re-build the 4 flavors with whiskers sublime-color-scheme.tera
    1. To install Whiskers, the Catppuccin helper tool, see https://github.com/catppuccin/whiskers
  4. Open a Pull Request!

đź’ť Thanks to

 

Copyright © 2021-present Catppuccin Org